home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15154 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.ov.com!news
  2. From: glenn@ov.com (Fletcher.Glenn@ov.com)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Please don't shoot me (newbie question)
  5. Date: 17 Apr 1996 15:48:21 GMT
  6. Organization: OpenVision
  7. Message-ID: <4l33s5$pb5@spanky.pls.ov.com>
  8. References: <4l0puc$oa9@interport.net>
  9. Reply-To: glenn@ov.com
  10. NNTP-Posting-Host: foghorn.pls.ov.com
  11.  
  12. In article oa9@interport.net, klingon@interport.net (Tom Metzger) writes:
  13. >
  14. >I just started lurking here, so please don't shoot me if this has been asked
  15. >a hundred times before, but....
  16. >
  17. >Can someone explain to me, in clear terms, what the difference is between
  18. >C and C++  ?  Everytime I've asked someone, the answer is so cryptic, it's
  19. >not funny.
  20. >
  21. >Thanks in advance,
  22. >Tom
  23. >
  24. >-- 
  25. >Ancient Realms email:  ancient@cardinal.umeais.maine.edu
  26. >Ancient Realms login:  telnet CARDINAL.UMEAIS.MAINE.EDU 5150
  27. >WWW:  http://www.interport.net/~klingon           ||==> or 130.111.120.13  5150
  28.  
  29.  
  30. C++ is an extension of the C language to accomodate the idioms of
  31. Object Oriented Programming.  OOP supports concepts that C has
  32. extreme difficulty implementing.
  33.  
  34.             Fletcher.Glenn@ov.com
  35.  
  36.  
  37.